C#
VB
C++
Initializes a new instance of the SampleRange class.
public SampleRange(
Range range,
Nullable<int> samplingFactor
)
Public Function New( _
ByVal range As Leadtools.Jpip.Range, _
ByVal samplingFactor As Nullable(Of Integer) _
)
public:
SampleRange(
Leadtools.Jpip.Range^ range,
Nullable<int> samplingFactor
)
range
The Range of codestreams.
samplingFactor
A nullable System.Int32 number representing the codestream sampling factor.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET